'DeclarationFunction CanExport() As Boolean
'UsageDim instance As IOpenXml(Of T) Dim value As Boolean value = instance.CanExport()
bool CanExport()
Return Value
true if this object can be exported to OpenXml format; otherwise, false.'DeclarationFunction CanExport() As Boolean
'UsageDim instance As IOpenXml(Of T) Dim value As Boolean value = instance.CanExport()
bool CanExport()
true if this object can be exported to OpenXml format; otherwise, false.